centrizing a table with css

51

table.center {
    margin-left:auto; 
    margin-right:auto;
  }

Comments

Submit
0 Comments